projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0057aa5
)
GtkSettings: install theme CSS with a lower priority.
author
Carlos Garnacho
<carlosg@gnome.org>
Wed, 17 Nov 2010 01:39:17 +0000
(
02:39
+0100)
committer
Carlos Garnacho
<carlosg@gnome.org>
Sat, 4 Dec 2010 14:39:12 +0000
(15:39 +0100)
This is so GtkSettings has an opportunity to modify theme colors.
gtk/gtksettings.c
patch
|
blob
|
history
diff --git
a/gtk/gtksettings.c
b/gtk/gtksettings.c
index f699dec26784481fd08ce34ab3df9dbcfc783d75..4c55eec1aeba21fc08e58296b8ab2c12a4776227 100644
(file)
--- a/
gtk/gtksettings.c
+++ b/
gtk/gtksettings.c
@@
-2639,7
+2639,7
@@
settings_update_theme (GtkSettings *settings)
{
gtk_style_context_add_provider_for_screen (settings->screen,
GTK_STYLE_PROVIDER (new_provider),
- GTK_STYLE_PROVIDER_PRIORITY_SETTINGS
+
1);
+ GTK_STYLE_PROVIDER_PRIORITY_SETTINGS
-
1);
g_object_ref (new_provider);
}